home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / Skachky.swf / scripts / DefineButton2_267 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-07-11  |  71 b   |  6 lines

  1. on(release){
  2.    stopAllSounds();
  3.    gotoAndPlay(8);
  4.    level++;
  5. }
  6.